Packages

p

com.fsf.news

service

package service

Type Members

  1. class NewsService extends SessionService

    Service for interacting with the news repository.

    Service for interacting with the news repository.

    Annotations
    @Slf4j() @Singleton()
  2. class NewsSourcesService extends SessionService

    Service for interacting with the news sources repository.

    Service for interacting with the news sources repository.

    Annotations
    @Slf4j() @Singleton()
  3. abstract class SessionService extends AnyRef

    An abstract service class providing session-based operation handling.

    An abstract service class providing session-based operation handling. This class provides a utility method to perform operations that require * a valid session ID.

Ungrouped